home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / EDOS365H.ZIP / SETUP.INF < prev    next >
INI File  |  1993-09-15  |  3KB  |  71 lines

  1. ; Module name: Setup.Inf
  2. ; Programmer : Michael Maurice
  3.  
  4. [Application] 
  5. ;Application global information 
  6. AppName=Win3x: EDOS Installation
  7. DefDir=C:\Windows
  8. SpaceNeeded=300
  9. DefPMGroup=EDOS.GRP, Dos Sessions
  10.  
  11. [Disks] 
  12. ;List of diskettes needed to install the product and the name 
  13. ;of each diskette.
  14. 1=EDOS Installation Disk
  15.  
  16. [Dirs] 
  17. ;lists of directories that must be created from the destination directory 
  18. ;files to be copied are in the same directory structure on the 
  19. ;floppy (by default) 
  20. 1=.
  21. 2=EDOS
  22. 3=SYSTEM
  23. [Files] 
  24. ;description, name, (dir #), (diskette #), (Compressed)
  25. ClipBoard Viewer,       CLIPBOAR.COM,   1,1,N
  26. Is Windows running,     ISWIN.COM,      1,1,N
  27. Error Level,            EDOSEXIT.COM,   1,1,N
  28. ;Hidden Com file,    EDOSTEMP.COM,    2,1,N
  29. EDOS Ini File,         EDOS.INI,       2,1,N
  30. ; EDOS.INI should not be copied, it would overwrite settings in effect
  31. ;EDOS Control Application, EDOS.EXE, 1,1,N
  32. ;Windows 3.1 Help Engine, WINHELP.EXE,   1,1,N
  33. ;Windows 3.1 Help for Help, WINHELP.HLP, 1,1,N
  34. Read This First,        README.TXT,    2,1,N
  35. ;Documentation File,    EDOS.WRI,       2,1,N
  36. Big DOS Session,        BIGDOS.PIF,     2,1,N
  37. DOS 128k Session,       DOS128.PIF,     2,1,N
  38. Small Windowed DOS Session, DOSSMAL.PIF,        2,1,N
  39. 704 K byte DOS Session, EDOS704K.PIF,    2,1,N
  40. 704K Session w/Bat,    E704KBAT.PIF,    2,1,N
  41. 704K Session Batch File,    E704KBAT.BAT,    2,1,N
  42. 736 K byte DOS Session, EDOS736K.PIF,    2,1,N
  43. Oversize DOS utility,   !DOSMEM!.COM,     2,1,N
  44. EDOS Virtual Device Driver(VxD), EDOS.386,      2,1,N
  45. EDOS Control (DLL)Library, edoslib.dll, 2,1,N
  46. Help Information File 1, EDOSLIB.HLP,   2,1,N
  47. Help Information File 2, EDOS.HLP,      2,1,N
  48. Batch Test File,        TESTEDOS.BAT,   2,1,N
  49. Verification Test,      VERIFY.EXE,     2,1,N
  50. Disable EDOS,        EDOSDIS.EXE,    2,1,N
  51. Configuration,        EDOSCTL.EXE,    2,1,N
  52. Delete old Files,    KILL.BAT,    2,1,N
  53. ;Tool Help DLL,          TOOLHELP.DLL,   3,1,N
  54. Change Stack Size,     WSTACKS.EXE,    2,1,N
  55. Order Form,        ORDER.WRI,    2,1,N
  56.  
  57.  
  58. [PM Info] 
  59. ;File Name, App Description, Icon file #, Icon #
  60. EDOSDIS.EXE,    DISABLE, edosdis.exe, 0
  61. EDOSCTL.EXE,    Config,  EDOSCTL.EXE, 0
  62. DOSSMAL.PIF,    50kWindow, edoslib.dll,0
  63. BIGDOS.PIF,     640 K, edoslib.dll, 0
  64. DOS128.PIF,     128 K, edoslib.dll, 0
  65. EDOS704K.PIF,    704 K, edoslib.dll, 0
  66. EDOS736K.PIF,    736 K, edoslib.dll, 0
  67. E704KBAT.PIF,    704KBat, edoslib.dll, 0
  68. VERIFY.EXE,     Verify, edoslib.dll, 0
  69. WSTACKS.EXE,    ChangeStack, wstacks.exe,0
  70. [End]
  71.